17. Exercise: Sort Data

Exercise: Sort Data

In the following exercise you'll use the same American League Baseball salaries data set to practice sorting.

Task Description:

The following list has a series of steps for this exercise. As you complete each step, check it off the list. The quizzes in the task list can be found below.

Task List:

Task Feedback:

Congratulations!

1-Column Sort

QUESTION:

What's the name of the player with the 5th highest salary? (Provide the first then the last name separated by a space)

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

2-Column Sort

QUESTION:

What team does the first Outfielder in the sorted list play for?

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer